home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / turbop4b.zip / SYSOP.DOC < prev    next >
Text File  |  1992-08-15  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4.                              TURBO POLL II 4.0
  5.  
  6.                      (C) Vince Jacobs / Lone Wolf Doors
  7.                         Compiled with Turbo C++ 3.0
  8.                    and with Brian Pirie's Open Doors 3.40
  9.                         Registration Key System 1.0
  10.  
  11.  
  12.  
  13. ╔════════════════════════╗
  14. ║▒▒▒▒▒ What is it ? ▒▒▒▒▒║
  15. ╚════════════════════════╝
  16.  
  17.   Turbo Poll, a voting booth door that allows your users to enter and
  18. vote on up to 15 Topics which have up to 15 possible answers each.
  19.   The user can Vote, Add questions, and View the results all from the
  20. doors main menu. It has ANSI and ASCII graphics capabilities, and
  21. should also support Avatar.
  22.  
  23.   Something new to version 4.0 is a seperate program called TOPTP.EXE.
  24. You can use it to FORCE users to vote on all unvoted questions at log on.
  25. You should put it in RA/Quick's TOP.MNU, with automatic execution. Since
  26. it ONLY allows your users to vote, you must also use the main door file
  27. TURBOP40.EXE to allow users to add questions, check results, and so on.
  28. (See setup below for more info.)
  29.  
  30.   Among the available options to the SysOp is the ability to delete a
  31. topic that a user has entered. This option only shows up on the local
  32. screen and is hidden from the user.
  33.  
  34.   NOTES: You "must" VOTE on a Question before you can Check the results.
  35. Also, in order for the sysop's <D>elete a Question option to show up on
  36. the main menu, the user name that you're logging on under MUST MATCH the
  37. name of the SYSOP in your BBS CONFIGURATION (raconfig for example). If
  38. the <D>elete function does not show, take a look at the dorinfo.def file
  39. imediately after you log off and see if the two names listed match letter
  40. for letter.
  41.  
  42. ╔════════════════════════════╗
  43. ║▒▒▒▒Contents of Archive ▒▒▒▒║
  44. ╚════════════════════════════╝
  45.  
  46. The following files are contained within the archive TURBOP40.ZIP:
  47.  
  48. TURBOP40.EXE           Main Door File, users vote, add questions, results.
  49. TOPTP.EXE              Forces Users to Vote at Log On.
  50. TURBO.DAT              Data file that will be created upon initialization.
  51. TPSETUP.EXE            Use to enter Registration Code.
  52. TURBO.KEY              Registration Code file. Not used unless registered.
  53. SAMPLE.BAT             Sample batch file
  54. SYSOP.DOC              This file!
  55. REGIST.FRM             Registration Form.
  56. DOOR.LST               Other Doors by Lone Wolf Doors.
  57.  
  58. ╔═════════════════╗
  59. ║▒▒▒▒▒ Setup ▒▒▒▒▒║
  60. ╚═════════════════╝
  61.  
  62.   Let's start by setting up the main door file TURBOP40.EXE. Make a
  63. directory and place all files from the archive into it.
  64.   Turbo Poll is compatible with, Remote Access, QuickBBS, Pro Board,
  65. SuperBBS, WWIV, WildCat or any BBS if you use a Door Convertor such
  66. as QDoor22.
  67.  
  68.   Turbo Poll uses the DORINFOX.DEF, CALLINFO.BBS, CHAIN.TXT  type door
  69. info drop file.
  70.  
  71.  Turbo Poll requires that the path of the drop
  72. file be passed on the command line, i.e.
  73.  
  74.    TURBOP40 C:\RA
  75.  
  76.   Take a look at the SAMPLE.BAT file;
  77.  
  78.    @echo off
  79.    cd\ra\turbo
  80.    TURBOP40 C:\RA
  81.    cd\ra
  82.  
  83.   This is the program that you want the users to access to at all times.
  84. It allows them (and you) to Add Questions, Check the Results, and many
  85. other features. I suggest placing it on your Main Menu.
  86.  
  87.  
  88.   Now let's setup TOPTP.EXE if you want to force your users to vote
  89. on all unvoted questions at log on. It (like the previous program)
  90. requires the path to DOOR INFO file to be passed on the command line.
  91.  
  92.   TOPTP C:\RA (or what ever the path to dorinfo is)
  93.  
  94.   Like so...
  95.  
  96.   @echo off
  97.   cd\ra\turbo
  98.   TOPTP C:\RA
  99.   cd\ra
  100.  
  101.   You must have a type 7 or 15 exit, setup for Automatic Execution in
  102. your TOP.MNU for this to work and serve it's purpose correctly.
  103.  
  104.               IMPORTANT!  IMPORTANT!  IMPORTANT!
  105.  
  106.   TURBOP40.EXE and TOPTP.EXE  "must" be in the SAME directory along
  107. with the other files that were in the archive! If the door should ever
  108. suddenly fail to run, it is possible the turbo.dat file has become cor-
  109. rupt. Simply delete it.
  110.  
  111.   
  112.  
  113. ╔════════════════════════╗
  114. ║▒▒▒▒▒ Door Options ▒▒▒▒▒║
  115. ╚════════════════════════╝
  116.  
  117. While Turbo Poll is running, the following keys are available for the
  118. SysOp:
  119.  
  120. ALT-C   Break into chat mode with user.
  121. ALT-J   Drop to DOS in a shell.
  122. ALT-H   Hang up on User.
  123. ALT-L   Lock the user out of the BBS.
  124. ALT-K   Users keyboard is made inactive.
  125. ALT-N   SysOp next key.
  126. ALT-D   Drop the User back to the BBS.
  127.  
  128. UP-ARROW KEY   Gives User more time.
  129. DOWN-ARROW KEY Decreases Users time.
  130.  
  131. Turbo Poll is DESQview aware, and also does it's own carrier watch-
  132. dogging. It also checks the user's ANSI capability and adjusts itself
  133. accordingly.
  134.  
  135.  
  136. ╔════════════════════════╗
  137. ║▒▒▒▒▒ Registration ▒▒▒▒▒║
  138. ╚════════════════════════╝
  139.  
  140.   In the REGISTERED VERSION of Turbo Poll you will have the option
  141. of <A>llowing or <P>rohibiting the user from adding his own answers
  142. to ones that are already listed. This will keep users from giving
  143. an answer that has little or nothing to do with the question being
  144. voted on. You will have the option of using your own ANSI, ASCII
  145. main menu screens. Just created two ANSI and ASCII screens and name
  146. them POLL.ANS and POLL.ASC respectively.
  147.  Remote Access/QuickBBS control codes can also be inserted
  148. in the ANS, ASC screens to display information about the user and/or
  149. the BBS. ^FA for example would display the user's Full Name in your
  150. screens.
  151.   When you register the UNREGISTERED EVALUATION COPY message will be
  152. removed from the main menus. This is just a little incentive to register
  153. Turbo Poll.<G>
  154.  
  155.   Registering Turbo Poll gives you full access to all it's registered
  156. features (like using your own ANSI screens, disallowing users to add
  157. their own answers to questions). Once I receive your registration, you
  158. will be sent a code, that will shift Turbo Poll into registered mode.
  159.  
  160.   Turbo Poll is being distributed as Shareware, it should be registered
  161. after 30 days or discontinue it's use.
  162.   Turbo Poll has a $7.00 registration fee if sent via FidoNet Crash Mail
  163. in zone 1, or via the Postal Service. Simply fill out the supplied
  164. registration form (REGIST.FRM) or draw a facsimile of it. And mail it
  165. along with your money order to the address listed on the registration
  166. form.
  167.  
  168.  
  169. ╔═══════════════════╗
  170. ║▒▒▒ Disclaimer ▒▒▒▒║
  171. ╚═══════════════════╝
  172.   I make no warranty of any kind, express or implied, including
  173. without limitation, any warranties of merchantility and/or
  174. fitness for a particular purpose. I shall not be held liable for
  175. any damages, whether direct, indirect, special or consequential,
  176. arising from a failure of this program to operate in the manner
  177. desired by the user. I shall not be held liable for any damage to
  178. data or property which may be caused directly or indirectly by the
  179. use of this program.
  180.   In no event will I be held liable for any damages, including (but
  181. not limited to) any lost profits, lost savings or other incidental
  182. or consequential damages arising out of the use or inability to
  183. use this program, or for any claim by any other party.
  184.  
  185.                       BETA TESTERS
  186.  
  187.     Sam Mcdaniel           Judy Johnson          George Lammers
  188.   The Fifth Board        Trade Wars Only          Fireside BBS
  189.     1:3813/303             1:3813/310              1:3813/302
  190.  
  191.  
  192.   I can be reached at;
  193.  
  194.       Vince Jacobs
  195.    Brushy Mountain BBS
  196.      1:3813/309   FidoNet
  197.      72:918/20    RANet
  198.      75:7918/201  DoorNet
  199.